home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
flappy.swf
/
scripts
/
frame_5
/
PlaceObject2_109_23
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
386 b
|
20 lines
onClipEvent(enterFrame){
if(_root.BigBird.scrollStart == true)
{
score += 1;
}
if(_root.gameOver == "true")
{
if(_root.best > score)
{
_root.finalScore = _root.best;
}
if(_root.best < score)
{
_root.best = score;
_root.finalScore = _root.best;
}
this.removeMovieClip();
}
}